home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / main-assigns < prev    next >
Text File  |  1996-03-28  |  1KB  |  49 lines

  1.  
  2.  
  3. ;MainAssigns For Amiga-Tools-4
  4.  
  5. assign add prefs:   Amiga-tools-4:prefs
  6.  
  7. assign add C:       Amiga-Tools-4:C
  8.  
  9. assign add Devs:    Amiga-Tools-4:Devs
  10.  
  11. assign add Fonts:   Amiga-Tools-4:Fonts
  12.  
  13. assign add L:       Amiga-Tools-4:L
  14.  
  15. assign add Libs:   Amiga-Tools-4:Libs
  16.  
  17. assign add Locale:  Amiga-Tools-4:Locale
  18.  
  19. assign add S:       Amiga-Tools-4:S
  20.  
  21. if not exists "env:Mindicator"
  22.   copy Amiga-Tools-4:Prefs/env-archive/Mindicator to ENV:Mindicator all
  23. endif
  24.  
  25. if not exists "env:MCP"
  26.     copy Amiga-Tools-4:Prefs/env-archive/MCP to ENV:MCP all
  27. endif
  28.  
  29. if not exists "env:musicmanii"
  30.     copy Amiga-Tools-4:Prefs/env-archive/musicmanii to ENV:musicmanii all
  31. endif
  32.  
  33. if not exists "env:Sana2/magPLIP.config"
  34.     copy Amiga-Tools-4:Prefs/env-archive/Sana2 to ENV:Sana2 all
  35. endif
  36.  
  37. if not exists "env:SuperView-Library"
  38.     copy Amiga-Tools-4:Prefs/env-archive/SuperView-Library to ENV:SuperView-Library all
  39. endif
  40.  
  41. if not exists "env:SYS/NV_location"
  42.     copy Amiga-Tools-4:Prefs/env-archive/SYS/NV_location to ENV:SYS/NV_location all
  43. endif
  44. if not exists "env:sys/Video.config"
  45.     copy Amiga-Tools-4:Prefs/env-archive/sys/Video.config to ENV:sys/Video.config all
  46. endif
  47.  
  48.  
  49.